IRQC=0000, ISF=0, PFE=0, SRE=0, PS=0, ODE=0, LK=0, MUX=0000, DSE=0, PE=0
Pin Control Register n
PS | Pull Select 0 (0): Internal pulldown resistor is enabled on the corresponding pin, if the corresponding PE field is set. 1 (1): Internal pullup resistor is enabled on the corresponding pin, if the corresponding PE field is set. |
PE | Pull Enable 0 (0): Internal pullup or pulldown resistor is not enabled on the corresponding pin. 1 (1): Internal pullup or pulldown resistor is enabled on the corresponding pin, if the pin is configured as a digital input. |
SRE | Slew Rate Enable 0 (0): Fast slew rate is configured on the corresponding pin, if the pin is configured as a digital output. 1 (1): Slow slew rate is configured on the corresponding pin, if the pin is configured as a digital output. |
PFE | Passive Filter Enable 0 (0): Passive input filter is disabled on the corresponding pin. 1 (1): Passive input filter is enabled on the corresponding pin, if the pin is configured as a digital input. Refer to the device data sheet for filter characteristics. |
ODE | Open Drain Enable 0 (0): Open drain output is disabled on the corresponding pin. 1 (1): Open drain output is enabled on the corresponding pin, if the pin is configured as a digital output. |
DSE | Drive Strength Enable 0 (0): Low drive strength is configured on the corresponding pin, if pin is configured as a digital output. 1 (1): High drive strength is configured on the corresponding pin, if pin is configured as a digital output. |
MUX | Pin Mux Control 0 (0000): Pin disabled. 1 (0001): Alternative 1 (GPIO). 2 (0010): Alternative 2 (chip-specific). 3 (0011): Alternative 3 (chip-specific). 4 (0100): Alternative 4 (chip-specific). 5 (0101): Alternative 5 (chip-specific). 6 (0110): Alternative 6 (chip-specific). 7 (0111): Alternative 7 (chip-specific). 8 (1000): Alternative 8 (chip-specific). 9 (1001): Alternative 9 (chip-specific). 10 (1010): Alternative 10 (chip-specific). 11 (1011): Alternative 11 (chip-specific). 12 (1100): Alternative 12 (chip-specific). 13 (1101): Alternative 13 (chip-specific). 14 (1110): Alternative 14 (chip-specific). 15 (1111): Alternative 15 (chip-specific). |
LK | Lock Register 0 (0): Pin Control Register fields [15:0] are not locked. 1 (1): Pin Control Register fields [15:0] are locked and cannot be updated until the next system reset. |
IRQC | Interrupt Configuration 0 (0000): Interrupt Status Flag (ISF) is disabled. 1 (0001): ISF flag and DMA request on rising edge. 2 (0010): ISF flag and DMA request on falling edge. 3 (0011): ISF flag and DMA request on either edge. 8 (1000): ISF flag and Interrupt when logic 0. 9 (1001): ISF flag and Interrupt on rising-edge. 10 (1010): ISF flag and Interrupt on falling-edge. 11 (1011): ISF flag and Interrupt on either edge. 12 (1100): ISF flag and Interrupt when logic 1. |
ISF | Interrupt Status Flag 0 (0): Configured interrupt is not detected. 1 (1): Configured interrupt is detected. If the pin is configured to generate a DMA request, then the corresponding flag will be cleared automatically at the completion of the requested DMA transfer. Otherwise, the flag remains set until a logic 1 is written to the flag. If the pin is configured for a level sensitive interrupt and the pin remains asserted, then the flag is set again immediately after it is cleared. |